home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / adduser / adduser.man < prev    next >
Encoding:
Text File  |  1991-06-04  |  1.2 KB  |  39 lines

  1. '\" Copyright 1991 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/admin/adduser/RCS/adduser.man,v 1.1 91/06/03 17:03:10 kupfer Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS ADDUSER admin
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. adduser \- Create a user account
  17. .SH SYNOPSIS
  18. \fBadduser\fR
  19. .BE
  20.  
  21. .SH DESCRIPTION
  22. .PP
  23. The
  24. .B adduser
  25. program creates a new user account.  This involves gathering
  26. information for the account (user's name, password, etc.), creating an
  27. entry for the user in the password file, creating and initializing the
  28. user's home directory, and adding the user's account to the
  29. .B sprite-users
  30. mailing list.
  31. .PP
  32. .B Adduser
  33. is basically menu-driven; its usage should be self-explanatory.  If it
  34. runs into problems or you kill it halfway through, it will try to
  35. clean up after itself.
  36.  
  37. .SH KEYWORDS
  38. user, account
  39.